Fix a typo
authorMatthias Clasen <matthiasc@src.gnome.org>
Mon, 10 Sep 2007 16:40:15 +0000 (16:40 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 10 Sep 2007 16:40:15 +0000 (16:40 +0000)
svn path=/trunk/; revision=18786

ChangeLog
gtk/gtksearchenginesimple.h

index 61d830d644ae3e36f533e6343fc2f692b6df24da..98764797264e8cb09fcc02e1187eee89ce717ce5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-09-10  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtksearchenginesimple.h: Replace a duplicate G_END_DECLS by
+       G_BEGIN_DECLS.  (#475439, Nigel Tao)
+
 2007-09-10  Kristian Rietveld  <kris@imendio.com>
 
        * gtk/gtkmenutoolbutton.c (gtk_menu_tool_button_construct_contents):
index 1a93000dbc2967931c8c953ed04cd36f3cf2843f..aba6b4844d5d2336b08a3bf260113ee7ceecf8a4 100644 (file)
@@ -25,7 +25,7 @@
 
 #include "gtksearchengine.h"
 
-G_END_DECLS
+G_BEGINE_DECLS
 
 #define GTK_TYPE_SEARCH_ENGINE_SIMPLE          (_gtk_search_engine_simple_get_type ())
 #define GTK_SEARCH_ENGINE_SIMPLE(obj)          (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_SEARCH_ENGINE_SIMPLE, GtkSearchEngineSimple))